본 게시글의 원문은 Yann Debray의 MATLAB with Python Book 입니다. 해당 책은 MIT 라이센스를 따르기 때문에 개인적으로 번역하여 재배포 합니다. 본 포스팅에는 추후 유료 수익을 위한 광고가 부착될 수도 있습니다.

MIT License

Copyright (c) 2023 Yann Debray

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

본 게시물에서 활용된 소스 코드들은 모두 Yann Debray의 GitHub Repo에서 확인할 수 있습니다.

3.8. MATLAB Engine API for Python 설치하기

Python 패키지 인덱스(Python Package Index)MATLAB Engine for Python이 추가되었기 때문에 2022년 4월 중순 이후로는 간단하게 pip 명령을 사용하여 설치할 수 있습니다:

C:\Users\ydebray>pip install matlabengine

그 이전의 경우와 MATLAB R2022a 이전의 릴리스의 경우, 수동으로 설치해야 했습니다:

cd "matlabroot\extern\engines\python"
python setup.py install

Linux에서는 MATLAB의 기본 설치 위치를 확인하기 위해 MATLAB 명령 창에서 matlabroot를 호출해야 합니다. Linux의 기본 설치 위치는 다음과 같습니다:

/usr/local/MATLAB/R2023a